home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / util / iconia63.sit / iconia 6.3.rsrc / INFO_6000 < prev    next >
Text File  |  1988-11-02  |  5KB  |  73 lines

  1.           ICONIA      - Version 6.3 -
  2.  
  3.   Using Iconia is a fast and easy way to create application and document icons used by the Finder. Iconia performs resource compilation which makes the use of RMaker or ResEdit superfluous. New or modified icons are directly visible in the Finder, without rebuilding the DeskTop file. Icons can be copied from programs or be read from MacPaint documents. The Clipboard and Scrapbook are fully supported.
  4.   For more detailed information please refer to the manual below.
  5.  
  6.  
  7. Manual
  8.  
  9.   The purpose of this program is to help you to create the special Finder related resources called the Version Data, File Reference and the Bundle which are needed for an application and its documents to have their own icons. You paint the actual icons to be displayed and their masks.
  10.   The resources are output as a textfile for RMaker or compiled directly to an application or a resource file. The resources should be given a unique four-character application signature to be used as the bundle owner name, i.e. the creator, which is used by the Finder to associate documents with their applications.
  11.  
  12.  
  13. About the File menu
  14.  
  15. Ñ New
  16. clears all icons and deactivates all documents.
  17.  
  18. Ñ Open╔
  19. reads text files saved by Iconia.
  20.  
  21. Ñ Save as╔
  22. saves text files for Iconia and RMaker. The destination file (in the Set menu) needed by RMaker must be set first. The default file type is 'APPL'. This text file format is to be regarded as the Iconia source code of your bundle structure.
  23.  
  24. Ñ Compile╔
  25. creates the Finder related resources. The destination file's creator is set according to the destination file specification (in the Set menu), the type is unchanged and its bundle bit is set.
  26.   If the file has any old bundle structures you should normally let Iconia delete them. If you don't delete them the affected resources might be renumbered to make sure that they are not overwritten, i.e. the old resources with IDs needed by Iconia (see below) are renumbered.
  27.   If there is an old creator resource in the Desktop file corresponding to the bundle owner name you compile to your application file, you should normally let Iconia remove the old bundle and its associated resources from the Desktop file and leave updating to the Finder. This way you don't have to delete the entire Desktop file when you have changed something in an old bundle resource structure.
  28.  
  29. Ñ Decompile╔
  30. reads a bundle resource and its associated version data, file references and icons.
  31.  
  32. Ñ Load╔
  33. reads icons (ICN# and ICON resources) from a file.
  34.  
  35. Ñ Read╔
  36. reads MacPaint documents from which you can Copy an optional area. Hold down Shift to get a square Copy area for proportional scaling. Click the mouse to get the default icon sized Copy area.
  37.  
  38.  
  39. About the Set menu
  40.  
  41. Ñ Types
  42. Check as many documents as you need and define their file types. The checked documents are activated in the Window menu. These types are needed to create the file reference resources.
  43.  
  44. Ñ Version
  45. The version data should be set up to contain the name, version number and date of the application, since it is used as the default for the comment text displayed by the Finders's (v6.0) "Get Info" command.
  46.  
  47. Ñ Destination file╔
  48.   - Define the Name of the destination file needed by the RMaker exclamation point character ('!') command, which specifies the output file to add the compiled resources to. It is also used as default destination by Compile╔.
  49.   - The Type field contains the file type for the destination file, and should be set to 'APPL' for an application, so that it can be launched from the Finder. The field is automatically updated when you perform Set Destination file╔.
  50.   - The Creator field should contain the bundle owner name, a unique signature by which the Finder can identify the file. The signature can be any four-character sequence not being used for another file. The creator defaults to the truncated filename.
  51.  
  52.  
  53. About the Misc menu
  54.  
  55. Ñ Default Mask
  56. calculates a mask with the shape of the icon but it is filled inside.
  57.   Iconia displays the icons like the Finder used to do (v5.5 and older) making full use of the masks. You should preferably only use filled masks for compatibilty with Finder v6.0.
  58.  
  59. Ñ Mask -> Selected
  60. calculates the mask needed to make the non-open, selected icon look like the current mask (Finder v5.5 and older).
  61.  
  62.  
  63. Iconia uses the following resource IDs
  64.  
  65. Ñ BNDL  130
  66. Ñ ICN#  130 [-139]
  67. Ñ FREF  130 [-139]
  68. Ñ The version data has the signature of the application as its resource type and the resource ID is 0 by convention.
  69.  
  70.  
  71. About resource compilation with RMaker
  72.  
  73. Text files saved by Iconia can be compiled by the Macintosh Resource Compiler RMaker but you should preferably use Compile╔ instead.